Autogenerated HTML docs for v1.5.0-rc3-22-g5057
diff --git a/tutorial-2.html b/tutorial-2.html index 49a75b5..804c395 100644 --- a/tutorial-2.html +++ b/tutorial-2.html
@@ -600,23 +600,22 @@ <div class="listingblock"> <div class="content"> <pre><tt>$ git status -# -# Added but not yet committed: -# (will commit) +# On branch master +# Changes to be committed: +# (use "git reset HEAD <file>..." to unstage) # # new file: closing.txt # -# -# Changed but not added: -# (use "git add file1 file2" to include for commit) +# Changed but not updated: +# (use "git add <file>..." to update what will be committed) # # modified: file.txt #</tt></pre> </div></div> <p>Since the current state of closing.txt is cached in the index file, -it is listed as "added but not yet committed". Since file.txt has +it is listed as "Changes to be committed". Since file.txt has changes in the working directory that aren't reflected in the index, -it is marked "changed but not added". At this point, running "git +it is marked "changed but not updated". At this point, running "git commit" would create a commit that added closing.txt (with its new contents), but that didn't modify file.txt.</p> <p>Also, note that a bare "git diff" shows the changes to file.txt, but @@ -646,7 +645,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 22-Jan-2007 08:59:55 UTC +Last updated 03-Feb-2007 08:07:24 UTC </div> </div> </body>